home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
hity wydania
/
Ubuntu 9.10 PL
/
karmelkowy-koliberek-desktop-9.10-i386-PL.iso
/
autorun
next >
Wrap
Text File
|
2008-05-22
|
95b
|
10 lines
#! /bin/sh
if [ -x "`which xdg-open`" ]; then
xdg-open poradnik/index.html &
fi
exit 0